ResourceUpload Method (String, String, ContentRange) |
Uploads a local file to a resource with the specified URI.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic void Upload(
string address,
string fileName,
ContentRange contentRange
)
Public Sub Upload (
address As String,
fileName As String,
contentRange As ContentRange
)
Parameters
- address
- Type: SystemString
The URI of the resource to receive the file. - fileName
- Type: SystemString
The file to send to the resource. - contentRange
- Type: Independentsoft.WebdavContentRange
The content range.
See Also